home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 19 / Amiga Plus Leser CD 19.iso / Tools / Development / source-highlight-1.6.1 / Doc / cpp2html.css < prev    next >
Cascading Style Sheet File  |  2002-11-17  |  407b  |  41 lines

  1. BODY {
  2.   font-weight: normal;
  3.   background-color: #E0E0E0;
  4. }
  5.  
  6. .keyword {
  7.   color: brown;
  8.   font-weight: bold;
  9. }
  10.  
  11. .string {
  12.   color: darkgreen;
  13. }
  14.  
  15. .comment {
  16.   color: navy;
  17.   font-style: italic;
  18. }
  19.  
  20. .number {
  21.   color: blue;
  22. }
  23.  
  24. .type {
  25.     color: teal;
  26.     text-decoration: underline;
  27. }
  28.  
  29. .preproc {
  30.      color: darkred;
  31. }
  32.  
  33. .function {
  34.      color: black;
  35.      text-weight: bold;
  36. }
  37.  
  38. .normal {
  39.   color: purple;
  40. }
  41.